home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / TPHERS01.ARJ / HER2HFN.DOC < prev    next >
Text File  |  1991-09-08  |  420b  |  17 lines

  1. DOCUMENTATIAN FOR HER2HFN.PL
  2.  
  3. her2hfn reads one or more font files in the original Hershey format and 
  4. writes to the output a file of the HFN format.
  5.  
  6. The syntax to run her2hfn.pl is 
  7.  
  8.   perl her2hfn.pl file1 [file2 [file3 ...]] > outfile
  9.   
  10. Example:
  11.   
  12.   To merge and convert the oc? fonts to one big HFN file use the command
  13.   
  14.   perl her2hfn.pl hersh.oc1 hersh.oc2 hersh.oc3 hersh.oc4 > hersh.hfn
  15.   
  16.  
  17.